home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / hypercar / xcmd / proglib.sit / Resource Library / background_2800.txt < prev    next >
Text File  |  1989-05-28  |  3KB  |  139 lines

  1. -- background: 2800 from stack: in
  2. -- bmap block id: 9068
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Welcome
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=174 top=311 right=336 bottom=252
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Functions
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to first card of background "Functions"
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 3 (button)
  28. -- low flags: 00
  29. -- high flags: 8003
  30. -- rect: left=342 top=311 right=336 bottom=420
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Sounds
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   go to first card of background "Sounds"
  42. end mouseUp
  43.  
  44.  
  45.  
  46. -- part 4 (button)
  47. -- low flags: 00
  48. -- high flags: 8003
  49. -- rect: left=258 top=311 right=336 bottom=336
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 0 / 0
  52. -- text alignment: 1
  53. -- font id: 0
  54. -- text size: 12
  55. -- style flags: 0
  56. -- line height: 16
  57. -- part name: Icons
  58. ----- HyperTalk script -----
  59. on mouseUp
  60.   go to first card of background "Icons"
  61. end mouseUp
  62.  
  63.  
  64.  
  65. -- part 5 (button)
  66. -- low flags: 00
  67. -- high flags: 8003
  68. -- rect: left=6 top=311 right=336 bottom=84
  69. -- title width / last selected line: 0
  70. -- icon id / first selected line: 0 / 0
  71. -- text alignment: 1
  72. -- font id: 0
  73. -- text size: 12
  74. -- style flags: 0
  75. -- line height: 16
  76. -- part name: Commands
  77. ----- HyperTalk script -----
  78. on mouseUp
  79.   go to first card of background "Commands"
  80. end mouseUp
  81.  
  82.  
  83.  
  84. -- part 6 (button)
  85. -- low flags: 00
  86. -- high flags: 8003
  87. -- rect: left=426 top=311 right=336 bottom=504
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 0 / 0
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: Add
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   go to card "Add"
  99. end mouseUp
  100.  
  101.  
  102.  
  103. -- part 9 (button)
  104. -- low flags: 00
  105. -- high flags: 8003
  106. -- rect: left=90 top=311 right=336 bottom=168
  107. -- title width / last selected line: 0
  108. -- icon id / first selected line: 0 / 0
  109. -- text alignment: 1
  110. -- font id: 0
  111. -- text size: 12
  112. -- style flags: 0
  113. -- line height: 16
  114. -- part name: Cursors
  115. ----- HyperTalk script -----
  116. on mouseUp
  117.   go to first card of background "Cursors"
  118. end mouseUp
  119.  
  120.  
  121.  
  122. -- part 10 (button)
  123. -- low flags: 00
  124. -- high flags: 0001
  125. -- rect: left=476 top=3 right=36 bottom=505
  126. -- title width / last selected line: 0
  127. -- icon id / first selected line: 21700 / 21700
  128. -- text alignment: 1
  129. -- font id: 0
  130. -- text size: 12
  131. -- style flags: 0
  132. -- line height: 16
  133. -- part name: Home
  134. ----- HyperTalk script -----
  135. on mouseUp
  136.   go home
  137. end mouseUp
  138.  
  139.